Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core): Split storage interfaces #62

Merged
merged 2 commits into from
Mar 7, 2024
Merged

Conversation

dnys1
Copy link
Member

@dnys1 dnys1 commented Mar 7, 2024

Create two variations of a new Storage interface: LocalStorage and SecureStorage. This is necessary in Auth to properly store information, since platform keychains have different persistence characteristics (e.g. iOS/macOS persist after uninstall), and some platforms cannot support secure storage (e.g. Web).

Copy link
Member Author

dnys1 commented Mar 7, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @dnys1 and the rest of your teammates on Graphite Graphite

@dnys1 dnys1 merged commit ce97ec3 into main Mar 7, 2024
6 checks passed
@dnys1 dnys1 deleted the chore/split-storage-interface branch March 7, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant